







ReadOnlyDictionaryBase<(Of <TKey, TValue>)>..::System.Collections.IDictionary.IsFixedSize Property |
See Also |
![]() ![]() |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns whether this dictionary is fixed size.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
private bool IDictionary.IsFixedSize{ get;} |
Visual Basic (Declaration) |
---|
Private ReadOnly Property System.Collections.IDictionary.IsFixedSize As Boolean Implements IDictionary.IsFixedSize |
Visual C++ |
---|
private: virtual property bool System.Collections.IDictionary.IsFixedSize { bool get () sealed = IDictionary::IsFixedSize::get; } |